home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TIMAGEINFODIALOG / TIMAGEINFODIALOG.txt
Text File  |  2001-10-17  |  3KB  |  175 lines

  1. object ImageInfoDialog: TImageInfoDialog
  2.   Left = 194
  3.   Top = 148
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = ' Image information:'
  7.   ClientHeight = 252
  8.   ClientWidth = 316
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 24
  20.     Width = 48
  21.     Height = 13
  22.     Caption = 'File name:'
  23.   end
  24.   object FileNameLabel: TLabel
  25.     Left = 128
  26.     Top = 24
  27.     Width = 110
  28.     Height = 13
  29.     Caption = 'FileNameLabel'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 16
  33.     Top = 50
  34.     Width = 42
  35.     Height = 13
  36.     Caption = 'File type:'
  37.   end
  38.   object FileTypeLabel: TLabel
  39.     Left = 128
  40.     Top = 50
  41.     Width = 110
  42.     Height = 13
  43.     Caption = 'FileTypeLabel'
  44.   end
  45.   object Label3: TLabel
  46.     Left = 16
  47.     Top = 76
  48.     Width = 63
  49.     Height = 13
  50.     Caption = 'Compression:'
  51.   end
  52.   object CompressionLabel: TLabel
  53.     Left = 128
  54.     Top = 76
  55.     Width = 110
  56.     Height = 13
  57.     Caption = 'CompressionLabel'
  58.   end
  59.   object Label4: TLabel
  60.     Left = 16
  61.     Top = 102
  62.     Width = 73
  63.     Height = 13
  64.     Caption = 'Original colors'
  65.   end
  66.   object OriginalSizeLabel: TLabel
  67.     Left = 128
  68.     Top = 128
  69.     Width = 81
  70.     Height = 13
  71.     Caption = 'OriginalSizeLabel'
  72.   end
  73.   object OriginalColorsLabel: TLabel
  74.     Left = 128
  75.     Top = 102
  76.     Width = 110
  77.     Height = 13
  78.     Caption = 'OriginalColorsLabel'
  79.   end
  80.   object Label5: TLabel
  81.     Left = 16
  82.     Top = 128
  83.     Width = 65
  84.     Height = 13
  85.     Caption = 'Original size:'
  86.   end
  87.   object Label6: TLabel
  88.     Left = 16
  89.     Top = 154
  90.     Width = 73
  91.     Height = 13
  92.     Caption = 'Current colors: '
  93.   end
  94.   object CurrentSizeLabel: TLabel
  95.     Left = 128
  96.     Top = 180
  97.     Width = 110
  98.     Height = 13
  99.     Caption = 'CurrentSizeLabel'
  100.   end
  101.   object Label7: TLabel
  102.     Left = 16
  103.     Top = 180
  104.     Width = 58
  105.     Height = 13
  106.     Caption = 'Current size:'
  107.   end
  108.   object CurrentColorsLabel: TLabel
  109.     Left = 128
  110.     Top = 154
  111.     Width = 110
  112.     Height = 13
  113.     Caption = 'CurrentColorsLabel'
  114.   end
  115.   object Bevel1: TBevel
  116.     Left = 122
  117.     Top = 178
  118.     Width = 183
  119.     Height = 20
  120.   end
  121.   object Bevel3: TBevel
  122.     Left = 122
  123.     Top = 100
  124.     Width = 183
  125.     Height = 20
  126.   end
  127.   object Bevel4: TBevel
  128.     Left = 122
  129.     Top = 74
  130.     Width = 183
  131.     Height = 20
  132.   end
  133.   object Bevel5: TBevel
  134.     Left = 122
  135.     Top = 152
  136.     Width = 183
  137.     Height = 20
  138.   end
  139.   object Bevel6: TBevel
  140.     Left = 122
  141.     Top = 22
  142.     Width = 183
  143.     Height = 20
  144.   end
  145.   object Bevel7: TBevel
  146.     Left = 122
  147.     Top = 48
  148.     Width = 183
  149.     Height = 19
  150.   end
  151.   object Bevel8: TBevel
  152.     Left = 122
  153.     Top = 126
  154.     Width = 183
  155.     Height = 20
  156.   end
  157.   object ColorTableButton: TButton
  158.     Left = 202
  159.     Top = 216
  160.     Width = 70
  161.     Height = 26
  162.     Caption = 'Color table'
  163.     TabOrder = 0
  164.     OnClick = ColorTableButtonClick
  165.   end
  166.   object OKBitBtn: TBitBtn
  167.     Left = 122
  168.     Top = 216
  169.     Width = 70
  170.     Height = 26
  171.     TabOrder = 1
  172.     Kind = bkOK
  173.   end
  174. end
  175.